home *** CD-ROM | disk | FTP | other *** search
/ Champak 29 / Volume 29 - JOGO DISK .iso / Games / jungle_adventure.swf / scripts / DefineButton2_880 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-11-29  |  78 b   |  6 lines

  1. on(release){
  2.    _parent.play();
  3.    stopAllSounds();
  4.    gotoAndStop(1);
  5. }
  6.